From: Richard M. Stallman Date: Sun, 30 May 1993 03:44:07 +0000 (+0000) Subject: Just load keyswap.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95772 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4595014a199435ac28cb7a282060b833d84f724a;p=emacs.git Just load keyswap.el. --- diff --git a/lisp/term/bobcat.el b/lisp/term/bobcat.el index 7abe538ef77..f106b8b75c2 100644 --- a/lisp/term/bobcat.el +++ b/lisp/term/bobcat.el @@ -1,11 +1,2 @@ ;;; HP terminals usually encourage using ^H as the rubout character - -(let ((the-table (make-string 128 0))) - (let ((i 0)) - (while (< i 128) - (aset the-table i i) - (setq i (1+ i)))) - ;; Swap ^H and DEL - (aset the-table ?\177 ?\^h) - (aset the-table ?\^h ?\177) - (setq keyboard-translate-table the-table)) +(load "term/keyswap" nil t)